home *** CD-ROM | disk | FTP | other *** search
/ Almathera Ten Pack 3: CDPD 3 / Almathera Ten on Ten - Disc 3: CDPD3.iso / ab20 / unarced / tex / readme.amiga < prev    next >
Text File  |  1995-03-17  |  3KB  |  73 lines

  1. TeX 3.1 for the Amiga
  2.  
  3. This archive is freely distributable.
  4.  
  5. This version of TeX is based on web2c5.8a from the unix world.
  6. (web2c is a system for translating TeX related WEB files into C.
  7. It is not a general purpose translator.  Version 5.8a comes from
  8. adding the versions of TeX and METAFONT, 3.1 and 2.7 respectively
  9. and adding the suffix "a" for the first release.)
  10.  
  11. web2c was written primarily by Tim Morgan. See the README.WEB2C file
  12. in the Web2C-ReadMes directory.  (Note that web2c is very unix specific
  13. requiring many unix utilities, etc.  The source code for the TeX programs
  14. was transferred to the Amiga only after the point at which it was
  15. transformed into C code.  Web2c does *not* run on the Amiga (but I'm
  16. working on it :) ))
  17.  
  18. Some features of web2c5.8a that were retained in the Amiga version:
  19.  
  20.     -Lots of environment variables for specifying search paths,
  21.      editors, etc. including the ability to search all subdirectories
  22.      of specified directories. (see below)
  23.  
  24.     -Uses the name of the program to derive the name of the default
  25.      format file. (e.g., if you rename "virtex" to "tex", then the
  26.      default format file is "tex.fmt", "latex" --> "latex.fmt".  Note
  27.      that "virtex" is an exception, defaulting to "plain.fmt")  This
  28.      is less useful on the Amiga than on unix given the absence of
  29.      file links :(
  30.  
  31.     -Support for METAFONT displays.
  32.  
  33.     -Supports the "e" command to invoke your favorite editor.
  34.  
  35.  
  36. There are several environment variables used to specify directories to
  37. search for various files.  These should be set to a comma separated list
  38. of directories.  If a directory is not the root of a device (ending with
  39. a colon) then you must include the trailing "/".  Use a period to stand
  40. for the current default directory.
  41.  
  42. Environment variables used and their defaults:
  43.  
  44. TEXINPUTS        "."    (current directory)
  45. TEXINPUTS_SUBDIR    "TeX:inputs/"
  46. MFINPUTS        "."    (current directory)
  47. MFINPUTS_SUBDIR        "TeX:mfinputs/"
  48. TEXFORMATS        "TeX:formats/"
  49. MFBASES            "TeX:bases/"
  50. TEXPOOL            "TeX:pool/"
  51. MFPOOL            "TeX:pool/"
  52. BIBINPUTS        ".,TeX:bibinputs/"
  53. TEXFONTS        "TeX:fonts/"
  54. VFFONTS            "TeX:vf/"
  55.  
  56. TEXEDIT            "c:ed %s"
  57. MFEDIT            "c:ed %s"
  58.  
  59. See the doc files in the "man" subdirectory for more information on how
  60. these are used.  The doc files were quickly edited from the unix versions
  61. and may still contain references to unix specific features not available
  62. on the Amiga (e.g., file links)
  63.  
  64. The "exe" subdirectory contains the executable programs.  Not all of the
  65. utility programs are fully tested.  Programs that I use on a regular basis
  66. and are working (as far as I can tell) are initex, virtex, inimf, virmf,
  67. gftopk, gftodvi and bibtex.  Weave and tangle seem to work o.k. on some
  68. medium sized files if you give them a huge amount of stack.
  69.  
  70.  
  71. Questions and/or comments should be directed to:
  72. bsuggs@hac2arpa.hac.com
  73.